home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEFIND / VLF.ZIP / README < prev    next >
Encoding:
Text File  |  1989-02-18  |  4.4 KB  |  98 lines

  1.  
  2.  
  3.                             VLF/VLFX Version 3.20
  4.                             ---------------------
  5.  
  6.      VLF and its extended version VLFX comprise a very fast, comprehensive,
  7. DOS command-line file search utility.
  8.  
  9.      * VLF can search across directories and across drives.
  10.      * VLF finds hidden files and subdirectories automatically.
  11.      * VLF can display 1, 2, 3, 4, or 5 files per line.
  12.      * VLF displays the day of the week corresponding to the file date and the
  13.        file attributes, in addition to the file name, size and date.
  14.      * VLF has on-line help.
  15.      * VLF sets the DOS ERRORLEVEL so you can use it in batch file searches.
  16.      * VLF displays the date and time in the format of your country
  17.      * VLF is small enough to be kept in a RAM disk, where it starts virtually
  18.        instantaneously.
  19.  
  20. What is "extended" about VLFX?
  21.  
  22.      The Extended Search Option looks into clusters of compressed files (those
  23. with .ZIP and .ARC extensions) for matching files.
  24.  
  25.      The Filtered Search Option screens files (even compressed files) by any
  26. of the following characteristics, in any combination (AND, OR, NOT):
  27.  
  28.           filename (by regular expression)
  29.           size (relative to a value or to another file's size)
  30.           day-of-the-week
  31.           date (relative to a certain date, TODAY or another file's date)
  32.           month
  33.           day-of-the-month
  34.           year
  35.           time (relative to a certain time, NOW or another file's time)
  36.           hour
  37.           minute
  38.           seconds
  39.           attributes
  40.  
  41. For example, you can display all files in the system with the extension "DBF"
  42. or "WK1", NOT less than 200K bytes, AND either modified in the last week OR
  43. not backed up.
  44.  
  45.      The Expanded Display Option shows you the aggregate size of displayed
  46. files (by each directory, by volume and in all volumes), the actual disk
  47. allocation information of each file (you can see how fragmented they are), and
  48. the space usage efficiency of those files.  The date and time are in a format
  49. that lets you sort by the timestamp.
  50.  
  51.      The Look Option displays up to a full sector of data from the beginning
  52. of the file, without opening the file.
  53.  
  54. Installation
  55. ------------
  56.  
  57.      This package contains the following files:
  58.  
  59.      VLF320.COM   - the small version of VLF
  60.      VLFX320.COM  - the extended version of VLF
  61.      VLF3.MAN     - the VLF user's manual
  62.      IOCTL.COM    - a utility to display or set the I/O mode of system devices
  63.      SWITCH.COM   - a utility to display or set the "switch character"
  64.      README.      - this file
  65.  
  66.      You can use the .COM programs as they are, or you can copy them to an
  67. operating directory.  All may be renamed.  Use VLF and VLFX like DIR; you can
  68. list all files in the current directory by typing
  69.  
  70.           VLF<Enter>     or   VLFX<Enter>
  71.  
  72. You can quickly see the options available by typing
  73.  
  74.           VLF/H<Enter>   or   VLFX/H<Enter>
  75.  
  76.      The manual file may be printed on any standard 96-character printer.  It
  77. is set up for US standard 8.5" x 11" paper and assumes that the printer is not
  78. set to add a top margin automatically.
  79.  
  80.      All materials in this VLF package (VLFX, VLF, IOCTL, SWITCH and
  81. associated documentation) are copyrighted and are not in the public domain.
  82. You may use the package and copy and distribute the complete and unmodified
  83. package for any non-commercial purpose (not at work), but you may not charge
  84. for copies.  THE VLF PACKAGE IS SUPPLIED AS IS AND WITHOUT WARRANTIES, EXPRESS
  85. OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY AND
  86. FITNESS FOR A PARTICULAR PURPOSE.  Your use of the VLF package means that you
  87. agree that Software Appliances will not be liable to you for any incidental or
  88. consequential damages arising out of your use of the package.
  89.  
  90.      If you like VLFX and VLF and use them regularly, your contribution in any
  91. amount would be very much appreciated.  You may register your copy and receive
  92. the next version of the VLF package for US $25.00.  Comments are welcome.
  93.  
  94.            Copyright (c) 1986,1987,1988,1989 by Software Appliances
  95.                              All rights reserved
  96.         VLFX and VLF and associated documentation are the property of
  97.                    Robin A. Reyes, dba Software Appliances
  98.                    52 Bingham Avenue, Dedham, MA 02026 USA
  99.  
  100.